smoothing formula - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

smoothing formula - перевод на русский

GENERATES A FORECAST OF FUTURE VALUES OF A TIME SERIES
Expenential Smoothing; Holt-Winters; Double exponential smoothing; Peter R. Winters
Найдено результатов: 661
smoothing formula      

математика

формула сглаживания

smoothing formula      
формула сглаживания
milk formula         
  • An [[infant]] being fed from a [[baby bottle]]
  • Poster advertisement for Nestle's Milk by Théophile Alexandre Steinlen, 1895
  • A 1915 advertisement for "Nestlé's Food"
MANUFACTURED FOOD DESIGNED AND MARKETED FOR FEEDING OF INFANTS
Baby milk; Formula milk; Baby formula; Milk formula; Toddler formula; Infant Formula; Timeline of infant formula development; Formula feeding; Infant formula processing; Percentage method; Infant formulas; Breast-milk substitute; Hydrolyzed formula; Follow-on formula; Toddler milk; False milk; Infant milk

медицина

молочная смесь

data smoothing         
DATASET MODIFICATION USING AN APPROXIMATING FUNCTION TO CAPTURE IMPORTANT PATTERNS IN THE DATA WHILE LEAVING OUT NOISE
Smoothed; Smoothes; Smoothly; Smoothest; Smoothdown; Smooth-down; Smoothes down; Smoothed down; Smoothing down; Data smoothing; Adaptive smoothening; Adaptive smoothing; Algorithms for smoothing; Smoothing algorithms

общая лексика

осреднение данных

smoothly         
DATASET MODIFICATION USING AN APPROXIMATING FUNCTION TO CAPTURE IMPORTANT PATTERNS IN THE DATA WHILE LEAVING OUT NOISE
Smoothed; Smoothes; Smoothly; Smoothest; Smoothdown; Smooth-down; Smoothes down; Smoothed down; Smoothing down; Data smoothing; Adaptive smoothening; Adaptive smoothing; Algorithms for smoothing; Smoothing algorithms

['smu:ðli]

наречие

общая лексика

гладко

ровно

плавно

хорошо

благополучно

formulae         
  • Dijkstra, E.W.]] (July 1996), ''[https://www.cs.utexas.edu/users/EWD/transcriptions/EWD12xx/EWD1239.html A first exploration of effective reasoning]'' [EWD896]. (E.W. Dijkstra Archive, Center for American History, [[University of Texas at Austin]])</ref>
EQUATION USING MATHEMATICAL OR SCIENTIFIC NOTATION
Mathematical formula; Formulae; Formulas; Scientific formula; Formula (mathematics and physics); Formulæ; Mathematical Formulas; Mathematical formulas; Formulas in mathematics; Dimensional formula; Math formula; Fomula

['fɔ:mjuli:]

общая лексика

от formula

formula         
  • Dijkstra, E.W.]] (July 1996), ''[https://www.cs.utexas.edu/users/EWD/transcriptions/EWD12xx/EWD1239.html A first exploration of effective reasoning]'' [EWD896]. (E.W. Dijkstra Archive, Center for American History, [[University of Texas at Austin]])</ref>
EQUATION USING MATHEMATICAL OR SCIENTIFIC NOTATION
Mathematical formula; Formulae; Formulas; Scientific formula; Formula (mathematics and physics); Formulæ; Mathematical Formulas; Mathematical formulas; Formulas in mathematics; Dimensional formula; Math formula; Fomula
dimensional formula         
  • Dijkstra, E.W.]] (July 1996), ''[https://www.cs.utexas.edu/users/EWD/transcriptions/EWD12xx/EWD1239.html A first exploration of effective reasoning]'' [EWD896]. (E.W. Dijkstra Archive, Center for American History, [[University of Texas at Austin]])</ref>
EQUATION USING MATHEMATICAL OR SCIENTIFIC NOTATION
Mathematical formula; Formulae; Formulas; Scientific formula; Formula (mathematics and physics); Formulæ; Mathematical Formulas; Mathematical formulas; Formulas in mathematics; Dimensional formula; Math formula; Fomula

общая лексика

формула размерности

data smoothing         
DATASET MODIFICATION USING AN APPROXIMATING FUNCTION TO CAPTURE IMPORTANT PATTERNS IN THE DATA WHILE LEAVING OUT NOISE
Smoothed; Smoothes; Smoothly; Smoothest; Smoothdown; Smooth-down; Smoothes down; Smoothed down; Smoothing down; Data smoothing; Adaptive smoothening; Adaptive smoothing; Algorithms for smoothing; Smoothing algorithms
сглаживание данных
formula         
  • Dijkstra, E.W.]] (July 1996), ''[https://www.cs.utexas.edu/users/EWD/transcriptions/EWD12xx/EWD1239.html A first exploration of effective reasoning]'' [EWD896]. (E.W. Dijkstra Archive, Center for American History, [[University of Texas at Austin]])</ref>
EQUATION USING MATHEMATICAL OR SCIENTIFIC NOTATION
Mathematical formula; Formulae; Formulas; Scientific formula; Formula (mathematics and physics); Formulæ; Mathematical Formulas; Mathematical formulas; Formulas in mathematics; Dimensional formula; Math formula; Fomula
сущ.
1) формула; определение;
2) математическая величина;
3) религиозный догмат;
4) шаблон, стереотип.

Определение

Smoothed

Википедия

Exponential smoothing

Exponential smoothing is a rule of thumb technique for smoothing time series data using the exponential window function. Whereas in the simple moving average the past observations are weighted equally, exponential functions are used to assign exponentially decreasing weights over time. It is an easily learned and easily applied procedure for making some determination based on prior assumptions by the user, such as seasonality. Exponential smoothing is often used for analysis of time-series data.

Exponential smoothing is one of many window functions commonly applied to smooth data in signal processing, acting as low-pass filters to remove high-frequency noise. This method is preceded by Poisson's use of recursive exponential window functions in convolutions from the 19th century, as well as Kolmogorov and Zurbenko's use of recursive moving averages from their studies of turbulence in the 1940s.

The raw data sequence is often represented by { x t } {\displaystyle \{x_{t}\}} beginning at time t = 0 {\displaystyle t=0} , and the output of the exponential smoothing algorithm is commonly written as { s t } {\displaystyle \{s_{t}\}} , which may be regarded as a best estimate of what the next value of x {\displaystyle x} will be. When the sequence of observations begins at time t = 0 {\displaystyle t=0} , the simplest form of exponential smoothing is given by the formulas:

s 0 = x 0 s t = α x t + ( 1 α ) s t 1 , t > 0 {\displaystyle {\begin{aligned}s_{0}&=x_{0}\\s_{t}&=\alpha x_{t}+(1-\alpha )s_{t-1},\quad t>0\end{aligned}}}

where α {\displaystyle \alpha } is the smoothing factor, and 0 < α < 1 {\displaystyle 0<\alpha <1} .

Как переводится smoothing formula на Русский язык